|
|
|
|
MouseEnter Event, SftTree Class |
Occurs when when the mouse pointer enters the control.
Syntax SftTree Class (Softelvdm.SftTreeNET)
VB |
Public Event MouseEnter As EventHandler |
C# |
public event EventHandler MouseEnter; |
C++ |
public: event EventHandler MouseEnter; |
Event Data
The MouseEnter event handler receives an argument of type EventArgs containing data related to this event.
Comments
The MouseEnter event occurs when when the mouse pointer enters the control.